home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / Fortune / FortuneView.nib / data.classes next >
Encoding:
Text File  |  1994-04-08  |  861 b   |  65 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FortuneView = {
  5.     ACTIONS = {
  6.     removeFont:;
  7.     newDatabase:;
  8.     showFonts:;
  9.     addFont:;
  10.     useColor:;
  11.     setGray:;
  12.     setThreshold:;
  13.     };
  14.     OUTLETS = {
  15.     fe;
  16.     excluded;
  17.     offensiveMatrix;
  18.     buffer;
  19.     speedSlider;
  20.     fontWindow;
  21.     colorSwitch;
  22.     clearSlider;
  23.     fontBrowser;
  24.     font;
  25.     availableBrowser;
  26.     appowner;
  27.     highlightSwitch;
  28.     sharedInspectorPanel;
  29.     };
  30.     SUPERCLASS = View;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. SpermView = {
  38.     ACTIONS = {
  39.     inspector:;
  40.     setLineWidth:;
  41.     setNumLines:;
  42.     setUseColor:;
  43.     };
  44.     OUTLETS = {
  45.     sharedInspectorPanel;
  46.     };
  47.     SUPERCLASS = View;
  48. };
  49. WordsView = {
  50.     ACTIONS = {
  51.     setGray:;
  52.     setThreshold:;
  53.     setClearAfter:;
  54.     };
  55.     OUTLETS = {
  56.     buffer;
  57.     clearSlider;
  58.     sharedInspectorPanel;
  59.     grayMatrix;
  60.     font;
  61.     speedSlider;
  62.     };
  63.     SUPERCLASS = View;
  64. };
  65.